home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / ptx / Makefile
Encoding:
Makefile  |  1995-06-28  |  623 b   |  30 lines

  1. #  Make WWW under Sequent's DYNIX/ptx
  2. #
  3.  
  4. # For W3 distribution, machine type for subdirectories
  5. WWW_MACH = ptx
  6.  
  7. # The ASIS repository's name for the machine we are on
  8. ASIS_MACH = Sequent/ptx
  9.  
  10.  
  11. CFLAGS =  -DDEBUG -DUSE_DIRENT -DSVR4 -DNO_IOCTL -DUSE_FCNTL
  12. LFLAGS =
  13. CC = cc
  14.  
  15. # Directory for installed binary:
  16. BINDIR = /usr/local/bin
  17.  
  18. #_________________ OK if normal W3 distribution
  19. # Where is the WWW source root?
  20. WWW = ../..
  21.  
  22. #  Where should temporary (object) files go?
  23. WTMP = ../..
  24.  
  25.  
  26. # Where is the W3 object library?
  27. LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
  28.  
  29. include $(WWW)/Library/Implementation/CommonMakefile
  30.